-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift 5.10 #74
Swift 5.10 #74
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! @rasberik
|
||
jobs: | ||
validation: | ||
name: Validation | ||
runs-on: macos-13 | ||
runs-on: macos-14 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rasberik
Can you update for Test on macOS
job as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahhh Im making same mistakes everywhere. Thanks, updated
@rasberik |
@ra1028 Do you think its ok to bump all the way 5 major versions? -"percy": "0.28.4"
+"percy": "5.0.0" |
package.json
Outdated
@@ -3,6 +3,6 @@ | |||
"version": "0.1.0", | |||
"author": "Playbook", | |||
"devDependencies": { | |||
"percy": "0.28.4" | |||
"percy": "5.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5 major version bump~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lockfile got shrinked massively tho~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently, that because of this reason.
It seems that the package got renamed to @percy/cli
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I switched to @percy/cli-upload
(pkg) to minimize deps, can we give it a try? Doesnt look like we need config update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, that sounds good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error still wants percy 5.0.. hmmmhmhmh what did I miss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, cli is yappari requirement, fixed, please rerun 🙇🏻
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally succeeded! There you go
Checklist
Why
Maintenance & deps update
Note
Im noticing some performance issues when building with Xcode 16.1.
Screenshots